home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
misc
/
sss.lha
/
sss
/
cod
/
defs.i
< prev
next >
Wrap
Text File
|
1994-06-20
|
1KB
|
57 lines
*******************************************************************************
* defs 1.3.3
*******************************************************************************
*******************************************************************************
* exec_lib
_LVOAllocMem = -198
_LVOFreeMem = -210
_LVOAvailMem = -216
_LVOCloseLibrary = -414
_LVOOpenLibrary = -552
*******************************************************************************
* dos_lib
_LVOOpen = -30
_LVOClose = -36
_LVORead = -42
_LVOWrite = -48
_LVOOutPut = -60
_LVOExamineFH = -390
*******************************************************************************
* misc OS constants
fib_Size = 124
MODE_OLDFILE = 1005
MODE_NEWFILE = 1006
MEMF_LARGEST = 1<<17
SIGBREAKB_CTRL_C = 12
SIGBREAKF_CTRL_C = 1<<SIGBREAKB_CTRL_C
*******************************************************************************
* internal
MAXCHNKSNO = 10000
F_QUIETMODE = 0 ;0=OFF; 1=ON
F_SOUFLFND = 1 ;0=not found; 1=found
F_DSTBSFND = 2 ;0=not found; 1=found
E_LOWMEM = 1 ;low memory
E_SOUFL = 2 ;can't open input file
E_CHNKSZ = 3 ;wrong chunk size
E_DSTFL = 4 ;can't write to output file
E_CHNKNO = 5 ;max 10000 chunks
E_USRBRK = 6 ;CTRL-C pressed